10. Exercise: Mockito
Exercise: Mockito
Update TimeZoneServiceTest
to use Mockito
Task Description:
We've already used a Fake to test our getAvailableTimezoneText
method, so we don't need to restructure our classes. All we need to do is add the dependency for Mockito and update our test class. You should be able to use code from the previous exercise, but you can also download the starter code.
Task Feedback:
Good work!